home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
ICON_8
/
CALLING_
/
CALLOUT.ICN
< prev
next >
Wrap
Text File
|
1990-04-08
|
193b
|
9 lines
procedure main()
write(&version)
write(&host)
every write(&features)
callout("printf", "this is a test")
write("the string is 25;", " the number = ", callout("atoi", "25"))
end